[@main]
#IF
CHECK [825] 1
#ACT
GOTO @start-4

#ELSEACT
GOTO @nonono

[@nonono]
#IF
CHECKNAMELIST stage2.txt
#ACT
GOTO @start-2

#ELSESAY
Welldone <$USERNAME>.\
It would appear that you have completed all of the challenges\
in Stage One.\
As a reward i am going to offer you a choice of 3 prizes for\
geting this far in the challenge.\
Please choose a reward\
<20 Million Gold/@gold>\
<1 x 50% ExpScroll/@exp>\
<2 x PetScroll/@pet>\

[@gold]
#ACT
GIVE goldchest 2
ADDNAMELIST stage2.txt
GOTO @start-2

[@exp]
#ACT
GIVE expscroll50% 1
ADDNAMELIST stage2.txt
GOTO @start-2

[@pet]
#ACT
GIVE PetScroll 2
ADDNAMELIST stage2.txt
GOTO @start-2

[@start-2]
#SAY
You now have 2 choices.\
You can continue to complete this challenge or you can\
leave right now.\
The choice is up to you please choose.\ \

<I wish to leave/@leave>\
<I wish to continue/@next>

[@leave]
#ACT
MAPMOVE 0 331 270
BREAK
CLOSE

[@next]
#IF
CHECK [825] 1
#ACT
GOTO @start-4

#ELSESAY
Welcome <$USERNAME> to <Stage Three/FCOLOR=14> <Room 1/FCOLOR=16>\
As you no Stage Three requires you to kill 4 x Lords.\
Each stage you complete gets harder than the previous stage\
I will spawn a lord for you to kill/\
When you are ready click the ready button below.\
You will only be able to enter the next room once you have killed\
the lord i spawn.\
Lets start with a BichonLord.\
<I am Ready/@start-4>\

[@start-4]
#IF
CHECK [825] 1
CHECKMONMAP YUT01 1
#SAY
Sorry <$USERNAME>.\
You must kill all of the monsters i have sent before\
you can go to the next room.\
Keep killing them untill they are all dead.\ \

<Exit/@exit>

#ELSEACT
GOTO @spawn

[@spawn]
#IF
CHECK [825] 1
#SAY
Well done <$USERNAME>.\
You have killed all the monsters i set out for you.\
You may now pass to the next room in Stage One.\ \

<Next Room/@next1>

#ELSEACT
PARAM1 YUT01
PARAM2 123
PARAM3 94
MONGEN BichonLord 1
SET [825] 1
BREAK
CLOSE

[@next1]
#ACT
MAPMOVE YUT01 99 118
BREAK
CLOSE

